Dev android - #33
Merged
Merged
Conversation
Upgrade Android build toolchain and libraries, and adapt code to updated APIs. Key changes: - Gradle wrapper -> 9.6.1; AGP and plugin version bumps (AGP 9.4.0-alpha03, kotlin/plugin.serialization 2.4.0, ksp 2.3.6, google-services 4.5.0). - libs.versions.toml: many library version updates (Compose, Material3, lifecycle, Firebase, Play Services, Room, Tiles, protolayout, etc.). - Android module: compileSdk 36->37 and app versionName 1.0.12->1.0.13; disabled android.dependency.useConstraints. - Code adaptations for new APIs: MainActivity navigation startRoute logic simplified and NavDisplay uses sceneStrategies; Screens sealed objects now implement NavKey; Detail UI refactored (removed BottomAppBar, added HorizontalFloatingToolbar, nested-scroll/floating toolbar integration, rememberSaveable for expanded state); About previews updated imports. - Minor .idea XML metadata updates. These changes align the project with updated toolchain and library APIs and adjust UI/navigation code accordingly.
- Bump Android Gradle Plugin to 9.4.0-alpha06 - Add Material3 (androidx.compose.material3) with material3Version. - Refactor Tip composable to accept positioning, use the new tooltip position provider and add accessibility semantics (liveRegion, paneTitle). - Revamp Detail screen: switch to CenterAlignedTopAppBar, enhance HorizontalFloatingToolbar with share/print/edit/favorite/delete actions (share uses Intent), adjust toolbar offset/zIndex, integrate nested scrolling and replace Column with LazyColumn + stickyHeader for tabs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.